var net/http.http2errRequestCanceled
13 uses
net/http (current package)
h2_bundle.go#L8556: var http2errRequestCanceled = errors.New("net/http: request canceled")
h2_bundle.go#L8625: return http2errRequestCanceled
h2_bundle.go#L8700: cs.abortStream(http2errRequestCanceled)
h2_bundle.go#L8701: return nil, cancelRequest(cs, http2errRequestCanceled)
h2_bundle.go#L8744: return http2errRequestCanceled
h2_bundle.go#L8756: return http2errRequestCanceled
h2_bundle.go#L8817: err = http2errRequestCanceled
h2_bundle.go#L8863: return http2errRequestCanceled
h2_bundle.go#L8882: return http2errRequestCanceled
h2_bundle.go#L9011: cs.bufPipe.CloseWithError(http2errRequestCanceled)
h2_bundle.go#L9293: return 0, http2errRequestCanceled
h2_bundle.go#L9921: return http2errRequestCanceled
transport.go#L2729: var errRequestCanceled = http2errRequestCanceled
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)